home *** CD-ROM | disk | FTP | other *** search
Text File | 1997-07-23 | 1.1 KB | 30 lines | [TEXT/CWIE] |
- // ===========================================================================
- // versionVendorInfo.h
- // ---------------------
- // ©1997 Eric Gundrum, All rights reserved.
- // The contents of this file may be freely altered and freely distributed
- // in any form, provided this copyright statement is retained unaltered.
- // Add your own changes below.
- // ---------------------
- //
- // This file contains your vendor specific version information used by version.r.
- // Update this information to identify you as the product vendor.
-
-
- #ifndef __versionVendorInfo__h
- #define __versionVendorInfo__h 1
-
- #define vendorAuthors "Eric Gundrum"
- #define vendorCompany "Teamworks"
- #define vendorAddress "P.O. Box 11372\nBerkeley, CA 94712"
- #define vendorPhone "510 883 0600"
- #define vendorFAX ""
- #define vendorAOL ""
- #define vendorCIS ""
- #define vendorAppleLink "http://www.teamworks.com/" // AppleLink is dead.
- #define vendorInternet "Teamworks <info@teamworks.com>"
-
- #endif __versionVendorInfo__h
-
- // ===========================================================================
- //EOF